xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU
authorJulien Grall <julien.grall@linaro.org>
Tue, 6 Feb 2018 15:53:23 +0000 (15:53 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 9 Feb 2018 00:13:42 +0000 (16:13 -0800)
commit8fd0eb22395e805bb698bf0555683072f03e5398
tree271e61387500a068ecc15199443913e330383a11
parent5eaa17357bbef0ae4962daa369573b4dbdee7e83
xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU

The PSCI call MIGRATE and MIGRATE_INFO_UP_CPU are optional and
implemented as just returning PSCI_NOT_SUPPORTED (aka UNKNOWN_FUNCTION
for SMCCC).

The new SMCCC framework is able to deal with unimplemented function and
return the proper error code. So remove the implementations for both
function.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/vpsci.c
xen/arch/arm/vsmc.c
xen/include/asm-arm/perfc_defn.h
xen/include/asm-arm/psci.h